Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.nuxeo.ecm.platform.audio.doctype

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.nuxeo.ecm.platform.audio.doctype">

  <require>org.nuxeo.ecm.core.CoreExtensions</require>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="audio" src="schema/audio.xsd" prefix="aud" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
    <facet name="Audio">
      <schema name="file" />
      <schema name="audio" />
    </facet>

    <doctype name="Audio" extends="Document">
      <schema name="common" />
      <schema name="dublincore" />
      <schema name="uid" />
      <facet name="Audio" />
      <facet name="Commentable" />
      <facet name="Versionable" />
      <facet name="Publishable" />
    </doctype>
  </extension>

</component>